This endpoint is currently in beta. Changes may occur.
Calculate detailed electricity costs for multiple component types over a specified period. Supports all major tariff components including energy consumption, demand charges, capacity fees, fixed costs, and more.
Key Features:
Input Structure: Provide an array of component inputs with:
id
: Component identifier (prezio_code or com_123 format)value
: Usage amount (number or time-series array)unit
: Optional unit specification (kw, kwh, kvarh, etc.)tou
: Time-of-Use level for TOU-enabled componentsComponent Filtering:
component_types
to include only specific component typescomponent_ids
to target specific components within a tariffResponse: Returns detailed pricing breakdown with price versions showing how each component price was calculated from applicable tariff rates.
Token-based authentication with required prefix "Token"
Main request serializer for the advanced calculate endpoint
Successfully calculated prices
The response is of type object
.